From 70e5db367f7dd2af93edb3612219c1dada84d1fe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pablo=20Ari=C3=B1o=20Mu=C3=B1oz?= Date: Thu, 20 Feb 2025 13:50:19 +0100 Subject: [PATCH] Added space between sentences MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Pablo Ariño Muñoz --- src/gui/macOS/fileprovidereditlocallyjob.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/macOS/fileprovidereditlocallyjob.cpp b/src/gui/macOS/fileprovidereditlocallyjob.cpp index 750a4f433..8cd456e1f 100644 --- a/src/gui/macOS/fileprovidereditlocallyjob.cpp +++ b/src/gui/macOS/fileprovidereditlocallyjob.cpp @@ -45,7 +45,7 @@ void FileProviderEditLocallyJob::start() const auto relPathSplit = _relPath.split(QLatin1Char('/')); if (relPathSplit.isEmpty()) { - showError(tr("Could not find a file for local editing." + showError(tr("Could not find a file for local editing. " "Make sure its path is valid and it is synced locally."), _relPath); return; } -- 2.30.2